golang.org/x/tools/internal/gcimporter.importer.string (method)
15 uses
golang.org/x/tools/internal/gcimporter (current package)
bimport.go#L96: versionstr = p.string()
bimport.go#L187: name := p.string()
bimport.go#L192: path = p.string()
bimport.go#L328: file = p.prevFile[:n] + p.string()
bimport.go#L393: name = p.string()
bimport.go#L465: name := p.string()
bimport.go#L621: tag := p.string()
bimport.go#L672: name = p.string()
bimport.go#L691: name = p.string()
bimport.go#L732: name = p.string()
bimport.go#L745: p.string()
bimport.go#L770: return constant.MakeString(p.string())
bimport.go#L786: mant := []byte(p.string()) // big endian
bimport.go#L864: a[n] = p.string()
bimport.go#L871: func (p *importer) string() string {
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)